projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2815174
)
* find-dired.el (find-dired-refine-function): Fix defcustom.
author
Roland Winkler
<winkler@gnu.org>
Mon, 17 Jun 2019 04:02:12 +0000
(23:02 -0500)
committer
Roland Winkler
<winkler@gnu.org>
Mon, 17 Jun 2019 04:02:12 +0000
(23:02 -0500)
lisp/find-dired.el
patch
|
blob
|
history
diff --git
a/lisp/find-dired.el
b/lisp/find-dired.el
index 2c76179da0618c5a3c35ad64187202da38c262fc..8a283a65c98c8bcf27d16f106a05769ccf7a8fa8 100644
(file)
--- a/
lisp/find-dired.el
+++ b/
lisp/find-dired.el
@@
-123,7
+123,8
@@
This function takes no arguments. The *Find* buffer is narrowed to the
output of `find' (one file per line) when this function is called."
:version "27.1"
:group 'find-dired
- :type 'function)
+ :type '(choice (function :tag "Function")
+ (const :tag "None" nil)))
(defvar find-args nil
"Last arguments given to `find' by \\[find-dired].")